home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1999 August / SGI IRIX Base Documentation 1999 August.iso / CDman < prev    next >
Text File  |  1998-11-02  |  91b  |  6 lines

  1. #!/bin/sh
  2. PATH=$PATH:/usr/bin
  3. SRCDIR=`dirname $0`/usr/share/catman/
  4.  
  5. man -M "$SRCDIR" ${@}
  6.